| lcBlockSortEnts | Home |
|
BOOL lcBlockSortEnts ( HANDLE hBlock, BOOL bByLayers, HWND hWnd ); |
| hBlock | |
| Handle to a block. | |
| bByLayers | |
| If TRUE, then the function will sort entities according to layers order, and only for same layers will use LC_PROP_ENT_PRIORITY values. | |
| hWnd | |
| Parent window for progress indicator. If NULL is specified then progress indicator will not be displayed. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| Code sample, lcEntToTop, lcEntToBottom, lcEntToAbove, lcEntToUnder |